body {
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #333;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.2s;
}

a:hover {
	text-decoration: none;
	color: #00bfa9;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
button,
textarea,
select {
	border: 0;
	outline: none;
}

select {
	-webkit-appearance: none;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

/**/
.header {
	height: 100px;
	font-size: 16px;
	position: fixed;
	z-index: 999;
	left: 0;
	width: 100%;
	top: 0;
	transition: all .4s ease-in-out;
	background: rgba(28, 28, 28, 0.8);
}

.body_info.on .header {
	top: -100px;
}

.header.home {
	background: rgba(28, 28, 28, 0.1);
}

.header_home.on {
	top: 0;
}

.header .logo {
	line-height: 100px;
}

.navbar-default {
	margin: 0;
	background: none;
	border: none;
}

.navbar-default .navbar-nav>li {
	margin: 0 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 0;
	line-height: 100px;
}
.navbar-default .navbar-nav>li>a:visited {
	color: #fff;
}

.header .navbar-collapse .fr {
	line-height: 100px;
}

.header .fr .dropdown {
	display: inline-block;
}

.header .fr .dropdown.open .btn-default i {
	display: none;
}

.header .fr .dropdown.open .btn-default span {
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/close_03.png) center no-repeat;
	background-size: 100% 100%;
}

.header .fr .btn-default {
	background: none;
	color: #fff;
	border-radius: 0;
	padding: 0 0 0 15px;
	border: none;
}

.header .fr .btn-default>i {
	color: #00bfa9;
}

.header .fr .dropdown .dropdown-menu {
	width: 200px;
	right: 0;
	left: auto;
	padding: 0;
	line-height: 30px;
	margin: 0;
	border-radius: 0;
	border: 1px solid #00bfa9;
}

.header .fr .dropdown .input-group .btn {
	color: #fff;
	border-radius: 0;
	background: #00bfa9;
}

.header .fr .dropdown .input-group .form-control {
	border: none;
}

.header .lgue:hover {
	color: #00bfa9;
}

.header .lgue {
	color: #fff;
	display: inline-block;
	margin-left: 30px;
	line-height: 14px;
	border-right: 1px solid #999;
	padding-right: 15px;
}

.header .nav>li,
.header .container {
	position: static;
}

.header .navbar-nav>li>.dropdown-menu {
	width: 100%;
	transition: all 0.4s;
	padding: 0;
	margin: 0;
	display: block;
	height: 0;
	opacity: 0;
	top: 100%;
	overflow: hidden;
}

.header .navbar-nav>li:hover>.dropdown-menu {
	padding: 30px 0;
	height: 250px;
	opacity: 1;
}

.header .navbar-nav>li .flex {
	align-items: stretch;
}

.header .navbar-nav>li .flex h4 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-top: 0;
}

.header .navbar-nav>li .down {
	width: 806px;
}

.header .navbar-nav>li .down li a {
	line-height: 28px;
	color: #999;
}

.header .navbar-nav>li .down li a:hover {
	color: #00bfa9;
}

.header .navbar-nav>li .flex img {
	width: 280px;
	height: 184px;
}

.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #0dc2ad;
}

.navbar-default .navbar-nav>li:hover>a::after,
.navbar-default .navbar-nav>li>a:hover::after,
.navbar-default .navbar-nav>.active>a::after,
.navbar-default .navbar-nav>.active>a:focus::after,
.navbar-default .navbar-nav>.active>a:hover::after {
	content: '';
	height: 3px;
	background: #0dc2ad;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.col-lg-25 {
	width: 20%;
	float: left;
	padding: 0 10px;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	background: none;
	color: #fff;
	border: none;
}

.m_menu {
	background: #fff;
	padding: 15px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 41px;
	overflow-y: scroll;
	top: 70px;
	display: none;
}

.m_menu>ul>li {
	position: relative;
}

.m_menu>ul>li::before {
	content: '';
	border-bottom: 1px solid #eee;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}

.m_menu>ul>li::after {
	content: " ";
	display: inline-block;
	height: 9px;
	width: 9px;
	border-width: 2px 2px 0 0;
	border-color: #999;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 25px;
	margin-top: -9px;
	right: 2px;
}

.m_menu>ul>li>a {
	font-size: 15px;
	color: #666;
	line-height: 50px;
	display: inline-block;
}

.m_menu>ul>li.on ul {
	display: block;
}

.m_menu>ul>li.on>a {
	color: #00bfa9;
}

.m_menu>ul>li.on::after {
	border-width: 0 2px 2px 0;
	border-color: #00bfa9;
}

.m_menu>ul>li ul {
	display: none;
	padding-left: 15px;
}

.m_menu>ul>li ul li {
	font-size: 12px;
	border-bottom: 1px solid #eee;
	line-height: 35px;
}

.m_menu>ul>li ul li a {
	display: block;
}

.m_menu>ul>li ul li a:hover {
	color: #00bfa9;
}

.m_footer {
	background-color: #1c1c1c;
	text-align: center;
	font-size: 15px;
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	line-height: 60px;
	bottom: 0;
}

.m_footer a::after {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	height: 14px;
	top: 50%;
	transform: translate(0, -50%);
}

.m_footer a:first-child::after {
	border: none;
}

.m_footer a {
	position: relative;
	color: #e5e5e5;
}

.m_rightside {
	position: fixed;
	right: 0;
	z-index: 999;
	top: 50%;
}

.m_rightside a {
	color: #fff;
	display: block;
	text-align: center;
	background: #00bfa9;
	border-radius: 5px 0 0 5px;
	font-size: 12px;
	line-height: 14px;
	padding: 10px 5px;
	margin-bottom: 2px;
}

.m_rightside img {
	display: block;
}

.rightside {
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 999;
	width: 54px;
	top: 50%;
}

.rightside li {
	background: #00bfa9;
	margin-bottom: 3px;
	position: relative;
}

.rightside li i {
	width: 54px;
	height: 54px;
	display: inline-block;
	background-image: url(../images/home_44.png);
	background-repeat: no-repeat;
}

.rightside li .icon1 {
	background-position: 7px 22px;
}

.rightside li .icon2 {
	background-position: 5px -34px;
}

.rightside li .icon3 {
	background-position: 5px -90px;
}

.rightside li .icon4 {
	background-position: 5px -148px;
}

.rightside li .icon5 {
	background-position: 5px -207px;
}

.rightside li .dropdown-menu {
	right: 100%;
	left: auto;
	background: #00bfa9;
	margin: 0;
	min-width: 140px;
	line-height: 29px;
	padding: 15px 0;
	box-shadow: none;
	font-size: 16px;
	top: 0;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 0;

}

.rightside li:hover .dropdown-menu {
	display: block;
}

.footer {
	background: #1c1c1c;
	color: #777777;
}

.footer a {

	color: #777777;
}

.footer .a li {
	line-height: 40px;
}

.footer .a li a:hover {
	color: #fff;
}

.footer .a .hd {
	font-size: 18px;
	color: #fff;

}

.footer .a .hd h3 {
	line-height: 65px;
	margin: 0;
}

.footer .a .bd {
	padding: 15px 0;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

.footer .a .bd .company {
	width: 280px;
	margin-right: 30px;
}

.footer .a .bd .company h4 {
	font-weight: bold;
	font-size: 18px;
}

.footer .a .bd .code .img {
	margin-bottom: 30px;
	width: 96px;
}

.footer .a .bd .code a {
	display: inline-block;
	margin-right: 5px;
}

.footer .a .fl {
	width: 130px;
	text-align: center;
}

.footer .a .fl:first-child {
	text-align: left;
}

.footer .b {
	line-height: 30px;
	padding: 20px 0;
}

.footer .b .flex {
	align-items: stretch;
}

.footer .b .flex a {
	display: inline-block;
	margin: 0 16px 0 0;
}

.footer .b .flex a:hover {
	color: #fff;
}

.footer .c {
	background: #111111;
	line-height: 65px;
}

.footer .c span {
	padding: 0 35px;
}

/**/
.homepage .title {
	text-align: center;
	font-weight: bold;
	padding: 70px 0 40px;
	font-size: 36px;
}

.homepage .title::after {
	content: '';
	display: block;
	width: 23px;
	height: 4px;
	margin: 15px auto 0;
	background: #00bfa9;
}

.homepage {
	font-size: 16px;
}

.homepage .a .bd a {
	position: relative;
	display: block;
	color: #666;
	margin-bottom: 7px;
	overflow: hidden;
}

.homepage .a a>img {
	width: 100%;
}

.homepage .a a:hover>img {
	transform: scale(1.1);
}

.homepage .a .m img {
	width: 100%;
}

.homepage .a .m ul {
	margin: 5px -5px;
}

.homepage .a .m li {
	float: left;
	width: 50%;
	padding: 5px;
}

.homepage .a .flex_item {
	padding-left: 7px;
}

.homepage .a dl {
	position: absolute;
	left: 20px;
	bottom: 20px;
	transition: all 0.6s;
	height: 65px;
	overflow: hidden;
}

.homepage .a dl dt {
	font-weight: bold;
	color: #333;
	font-size: 20px;
	margin-bottom: 5px;
}

.homepage .a dl dt img {
	margin: -3px 5px 0 0;
}

.homepage .a dl dd span {
	display: block;

	font-size: 14px;
	color: #00bfa9;
	margin-top: 10px;
}

.homepage .a a:hover dl {
	height: 86px;
}

.homepage .b .box {
	background: #f8f8f8;
	height: 620px;
}

.homepage .b .box:hover {
	background: #f2f2f2;
}

.homepage .b .box:hover .pic img {
	transform: scale(1.1);
}

.homepage .b .box:hover dl dt a,
.homepage .b .box:hover dl dd {
	color: #00bfa9;
}

.homepage .b .box .pic {
	display: block;
	overflow: hidden;
}

.homepage .b .box img {
	width: 100%;
}

.homepage .b .box ul {
	line-height: 36px;
	padding: 10px 20px;
}

.homepage .b .box ul li:last-child {
	font-size: 14px;
}

.homepage .b .box:hover ul li:last-child a {
	color: #00bfa9;
}

.homepage .b .box dl {
	margin: 0 20px;
	padding: 13px 0;
	border-bottom: 1px solid #ddd;
}

.homepage .b .box dl dt {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homepage .b .box dl dt a {
	display: inline-block;
	position: relative;
}

.homepage .b .box dl dt a::after {
	content: '';
	width: 15px;
	height: 9px;
	position: absolute;
	right: 0px;
	top: 10px;
	opacity: 0;
	transition: all 0.3s;
	display: block;
	background: url(../images/home_67.png) right center no-repeat;
}

.homepage .b .box:hover dl dt a::after {
	opacity: 1;
	right: -20px;

}

.homepage .b .box dl dd,
.homepage .b .box ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homepage .c h3 {
	font-size: 16px;
	text-indent: 2em;
	color: #666;
	margin: 0 0 40px 0;
	line-height: 34px;
}

.homepage .c .video {
	position: relative;
	height: 550px;
	background: url(../images/v.jpg) center no-repeat;
	background-size: cover;
}

.homepage .c .video span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 131px;
	height: 131px;
	cursor: pointer;
	background: url(../images/v2.png) center no-repeat;
}

.homepage .c .video span:hover {
	background: url(../images/v1.png) center no-repeat;
}

.homepage .c .bd {
	color: #666;
	margin-bottom: 40px;
}

.homepage .c .bd h4 span,
.homepage .c .bd h4 em {
	font-size: 60px;
	color: #00bfa9;
	font-style: normal;
	font-family: "Impact";
	font-weight: normal;
}

.homepage .c .bd h4 {
	font-weight: bold;
}

.homepage .d {
	font-size: 14px;
}

.homepage .d .box {
	height: 630px;
	position: relative;
	background: #fff;
}

.homepage .d .box img {
	width: 100%;
}

.homepage .d .box .pic {
	display: block;
	overflow: hidden;
}

.homepage .d .box:hover img {
	transform: scale(1.1);
}

.homepage .d .box:hover {
	background: #00bfa9;
}

.homepage .d .box b {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.9);
	padding: 8px 25px;
	position: absolute;
	left: 0;
	z-index: 99;
	top: 0;
}

.homepage .d .box b a {
	color: #fff;
}

.homepage .d .box>dl {
	padding: 50px 20px;
	transition: all .3s;

}

.homepage .d .box p {
	line-height: 24px;
	height: 48px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.homepage .d .box dt {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homepage .d .box dt a {
	color: #333;
	transition: all 0s;
}

.homepage .d .box dd span {
	display: block;
	margin: 20px 0;
}

.homepage .d .box dd {
	height: 115px;
	overflow: hidden;
	transition: all .3s;
}

.homepage .d .box dd em {
	font-style: normal;
	color: #666;
}

.homepage .d .box:hover>dl {
	padding-top: 30px;
	color: #fff;
}

.homepage .d .box:hover>dl p,
.homepage .d .box:hover>dl span,
.homepage .d .box:hover>dl dt a,
.homepage .d .box:hover>dl em {
	color: #fff;
}

.homepage .d .box:hover dd {
	height: 155px;
}

.homepage .d .box.last {
	padding: 40px 20px 0;
}

.homepage .d .box.last:hover {
	background: #fff;
}

.homepage .d .box.last dd {
	height: auto;
}

.homepage .d .box.last li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.homepage .d .box.last li p {
	margin: 0;
}

.homepage .d .box.last li:last-child {
	border: none;
}

.homepage .d .box.last li dt {
	margin-bottom: 5px;
}

.homepage .d .box.last li:hover dd,
.homepage .d .box.last li:hover a,
.homepage .d .box.last li:hover p {
	color: #0dc2ad;
}

.homepage .d .btn {
	border-radius: 0;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 10px 30px;
	background: #fff;
	margin-top: 30px;
}

.homepage .d .btn:hover {
	background: #0dc2ad;
	border-color: #0dc2ad;
	color: #fff;
}

.homepage .d {
	background: #f2f2f2;
	padding-bottom: 60px;
}

.homepage .e {
	padding: 0 0 60px;
}

.homepage .e img {
	width: 100%;
}

.homepage .e .bd a {
	border: 1px solid #eee;
	display: block;
	overflow: hidden;
}

.homepage .e .bd a:hover {
	border: 1px solid #00bfa9;
}

.homepage .e .bd a:hover img {
	transform: scale(1.1);
}

.homepage .e .bd {
	position: relative;
}

.homepage .e .swiper-button-next {
	right: -60px;
	width: 31px;
	height: 44px;
	background: url(../images/home_97.png) center no-repeat;
}

.homepage .e .swiper-button-prev {
	left: -60px;
	width: 31px;
	height: 44px;
	background: url(../images/home_94.png) center no-repeat;
}

.homepage .e .swiper-button-next:after,
.homepage .e .swiper-button-prev:after {
	display: none;
}

body,
html {
	height: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	outline: none;
}

.index-banwrap {
	height: 100%;
	position: relative;
}

.index-banwrap .swiper-container {
	height: 100%;
}

.index-banwrap a {
	display: block;
	height: 100%;
}

.index-banwrap .flex-direction-nav {
	display: none
}

.index-banwrap .bx-pager {
	bottom: 18px
}

.index-banwrap .bx-pager .bx-pager-item a {
	margin: 0 3px;
	line-height: 0;
	height: 2px;
	padding: 20px 0;
	width: 94px
}

.index-banwrap .bx-pager .bx-pager-item i {
	display: block;
	width: 100%;
	height: 2px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff
}

.index-banwrap .bx-pager .bx-pager-item .active i {
	background-color: #d90000
}

.index-banwrap .flex-control-nav {
	z-index: 20;
	bottom: 38px
}

.index-banwrap .flex-control-nav li {
	margin: 0 3px;
	line-height: 0;
	height: 2px;
	width: 94px;
	background-color: #fff
}

.index-banwrap .flex-control-nav .cur {
	background-color: #d90000
}

.index-banwrap .flex-control-nav a {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 94px;
	height: 2px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	padding: 15px 0;
	margin-top: -16px
}

.index-banwrap .flex-control-nav .flex-active {
	opacity: 1;
	background: none
}

.index-banwrap .slide01 .imgpopup {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 20px;
	z-index: 3;
	background: url(../images/home_02.png) center no-repeat;
	height: 180px;
	width: 100%;
	text-align: center;
}

.index-banwrap .slide01 .imgpopup1 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

.index-banwrap .slide01 .imgpopup img {
	width: 87px;
	margin: -50px 0 15px;
}

.index-banwrap .slide01 .imgpopup .row {
	margin: 0 -50px;
}

/*
.index-banwrap .slide01 .imgpopup .col-lg-2:first-child{
	text-align: left;
}
.index-banwrap .slide01 .imgpopup .col-lg-2:last-child{
	text-align: right;
}*/
.index-banwrap .slide01 .textpopup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	z-index: 20;
	color: #333;
	margin-top: -90px;
	margin-left: -600px;
}

.index-banwrap .slide01 .tit {
	font-size: 78px;
	color: #0dc2ad;
	font-weight: bold;
	white-space: nowrap;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.index-banwrap .slide01 .flex {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.index-banwrap .slide01 .txt {
	font-size: 42px;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	border-bottom: 2px solid #333333;
}

.index-banwrap .slide01 .txt::after {
	content: '';
	width: 80px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	background: #333;
}

.index-banwrap .slide01 dt {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

.index-banwrap .slide01 dd {
	font-size: 28px;
}

.index-banwrap .slide01 dl {
	padding-left: 15px;
}

.index-banwrap .slide01 .before,
.index-banwrap .slide03 .before,
.index-banwrap .slide02 .before2 {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}

.index-banwrap .slide02 .before {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}

.index-banwrap .slide02 .before1 {
	-webkit-transform: translateX(110%);
	-moz-transform: translateX(110%);
	-ms-transform: translateX(110%);
	-o-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}

.index-banwrap .ani-slide.slide02 .before,
.index-banwrap .ani-slide.slide02 .before1 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.index-banwrap .ani-slide.slide01 .before,
.index-banwrap .ani-slide.slide03 .before,
.index-banwrap .ani-slide.slide02 .before2 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.index-banwrap .slide03 .textpopup {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	text-align: center;
}

.index-banwrap .slide03 .textpopup h1 {
	font-size: 100px;
	font-weight: bold;
	color: #fff;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.index-banwrap .slide03 .textpopup p {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.index-banwrap .slide03 .textpopup h3 {
	font-weight: bold;
	font-size: 42px;
	padding-bottom: 10px;
	color: #fff;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.index-banwrap .slide03 .textpopup h3::after {
	content: '';
	display: block;
	margin: 50px auto 0;
	width: 60px;
	height: 5px;
	border-radius: 5px;
	background: #02b0a4;

}

.index-banwrap .slide03 .textpopup span {
	display: block;
	margin: 0 auto;
	color: #fff;
	color: #fff;
	position: relative;
	font-size: 30px;
	line-height: 60px;
	border-radius: 60px;
	width: 390px;
	margin-top: 30px;
	background-image: linear-gradient(to bottom, #0bf7cf, #10ada5);
}

.index-banwrap .slide03 .textpopup span:hover::before {
	content: '';
	display: block;
	border: 1px solid #00bfa9;
	position: absolute;
	left: -4px;
	top: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 70px;
}

.index-banwrap .slide02 .textpopup {
	position: absolute;
	width: 100%;
	left: 50%;
	color: #fff;
	top: 50%;
	margin-top: -100px;
	transform: translate(-50%, -50%);
}

.index-banwrap .slide02 .textpopup h3 {
	font-size: 48px;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.index-banwrap .slide02 .textpopup h1 {
	font-size: 80px;
	font-weight: bold;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.index-banwrap .slide02 .textpopup li {
	float: left;
	font-size: 22px;
	width: 40%;
	margin-top: 30px;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.index-banwrap .slide02 .textpopup li img {
	margin-right: 15px;
}

.index-banwrap .slide02 .ft {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	text-align: center;
}

.index-banwrap .slide02 .ft .box {
	border: 2px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	font-size: 20px;
}

.index-banwrap .slide02 .ft .box p {
	font-size: 20px;
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	color: #333;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
}

.index-banwrap .slide02 .pic {
	margin-top: 130px;
}

.index-banwrap .swiper-pagination {
	bottom: 20px;
}

.index-banwrap .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: none;
	border: 2px solid #afafaf;
}

.index-banwrap .swiper-pagination-bullet-active {
	background: #00bfa9;
	border: 2px solid #00bfa9;
}

/**/
.none {
	background: url(../images/404.jpg) center no-repeat;
	background-size: cover;
}

.none .btn {
	border: 3px solid #fff;
	color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	width: 170px;
	margin-top: 125px;
	padding: 0;
	line-height: 36px;
	height: 42px;
	border-radius: 42px;
}

.none .btn:hover {
	background: #fff;
	color: #4ac0e4;
}

/**/
.banner_info {
	position: relative;
}

.infobread {
	line-height: 60px;
	font-size: 16px;
	background: #f5f5f5;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0;
}

.body_info.on .infobread {
	position: fixed;
}

.infopt.on .infobread {
	position: relative;
}

.infobread b {
	font-size: 20px;
	padding-right: 30px;
	position: relative;
	display: inline-block;
}

.infobread b::after {
	content: '';
	width: 2px;
	height: 16px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.infobread .flex_item a {
	display: inline-block;
	position: relative;
	margin-left: 30px;
	color: #666;
}

.infobread b a {
	display: block;
	position: relative;
}

.infobread b.on a {
	color: #00bfa9;
}

.infobread .flex_item a.on,
.infobread .flex_item a:hover {
	color: #00bfa9;
}


.infobread .flex_item a.on::after,
.infobread .flex_item a:hover::after,
.infobread b.on a::before {
	content: '';
	height: 3px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #00bfa9;
}

.info {
	padding: 0 0 60px 0;
}

.info .title {
	text-align: center;
	font-weight: bold;
	padding: 60px 0 45px;
	font-size: 30px;
}

.info .title::after {
	content: '';
	display: block;
	width: 23px;
	height: 4px;
	margin: 15px auto 0;
	background: #00bfa9;
}

.pagination>li>a,
.pagination>li>span {
	color: #666;
	margin: 0 3px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #00bfa9;
	border-color: #00bfa9;
}

.bread {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 38px;
	text-align: right;
}

.bread i {
	color: #00bfa9;
}

.bread a {
	color: #fff;
}

.bread a:hover {
	color: #00bfa9;
}

.aq li {
	border: 1px solid #ddd;
	margin-bottom: 40px;
}

.aq li a {

	font-size: 18px;
	line-height: 54px;
	color: #666;
	padding-right: 25px;
	position: relative;
}

.aq li a .flex_item {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.aq li span {
	display: block;
	width: 54px;
	font-size: 30px;
	text-align: center;
	margin-right: 20px;
	font-family: arial;
	background: #cccccc;
	color: #fff;
}

.aq li .down {
	display: none;
	border-top: 1px solid #00bfa9;
	padding: 30px 50px;
	line-height: 30px;
	color: #666;
}

.aq li .down img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}

.aq li p {
	line-height: 30px;
	color: #666;
}

.aq li a::after {
	content: " ";
	display: inline-block;
	height: 12px;
	width: 12px;
	border-width: 0 2px 2px 0;
	border-color: #ddd;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 20px;
}

.aq li.on {
	border: 1px solid #00bfa9;
}

.aq li.on a {
	color: #00bfa9;
}

.aq li.on a span {
	background: #00bfa9;
}

.aq li.on a::after {
	border-color: #00bfa9;
	margin-top: 0;
	border-width: 2px 0 0 2px;
}

/**/
.piclist {
	text-align: center;
	font-size: 18px;
}

.piclist a {
	display: block;
	color: #666;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.piclist a .pic {
	position: relative;
	overflow: hidden;
}

.piclist a img {
	width: 100%;
}

.piclist a:hover .pic::after {
	content: '';
	display: block;
	width: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 70px;
	background: url(../images/v_03.png) center no-repeat;
}

.piclist a p {
	margin: 0;
	background: #e5e5e5;
	line-height: 59px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.piclist a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.piclist a:hover p {
	background: #00bfa9;
	color: #fff;
}

/**/

.download h3 {
	font-weight: bold;
	font-size: 17px;
	background: #f9f9f9;
	line-height: 59px;
	padding-left: 20px;
	margin: 0;
}

.download .bd {
	padding: 0 0 60px;
}

.download .bd .flex {
	padding: 45px 0 20px;
	margin: 0 15px;
	border-bottom: 1px dashed #ddd;
}

.download .bd .flex dt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.download .bd .flex dt a {
	font-size: 15px;
	color: #666;
}

.download .bd .flex:hover dt a {
	color: #00bfa9;
}

.download .bd .flex dd {
	font-size: 12px;
	margin-top: 6px;
	color: #d7d7d7;
}

.download .bd .flex .btn {
	border: 1px solid #ddd;
	padding: 6px 15px;
	border-radius: 25px;
}

.download .bd .flex i {
	color: #00bfa9;
}

.download .bd .flex .btn:hover {
	color: #00bfa9;
	border-color: #00bfa9;
}

label {
	font-weight: normal;
}

/**/
.shouhou .a {
	font-size: 15px;
	line-height: 30px;
	background: #f9f9f9;
	padding: 20px;
	color: #666;
}

.shouhou .a h3 {
	margin-top: 0;
}

.shouhou .a h4 {
	text-align: right;
}

.shouhou .a p {
	margin: 0;
	text-indent: 2em;
}

.shouhou .b img {
	max-width: 100%;
	margin: 20px 0;
}

.shouhou .title {
	position: relative;
}

.shouhou .title a {
	position: absolute;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	right: 0;
	bottom: 60px;
	color: #00bfa9;
}

.shouhou .c {
	color: #666;
}

.shouhou .c .newsletter-success,
.shouhou .c .newsletter-error,
.liucheng .newsletter-success,
.liucheng .newsletter-error {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -150px;
	width: 300px;
	height: 100px;
	line-height: 100px;
	background-color: rgb(0, 0, 0, 0.6);
	color: #FFF;
	text-align: center;
	display: none;
}

.table th {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background: #f9f9f9;
}

.table label {
	min-width: 100px;
	margin: 0;
	display: inline-block;
	margin-left: 15px;
}

.shouhou .c button {
	width: 174px;
	margin: 0 20px;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	border-radius: 38px;
}

.btn-primary,
.shouhou .c button:hover {
	background: #00bfa9;
	color: #fff;
	border-color: #00bfa9;
}

.btn-primary:hover {
	background: #00b6a0;
	color: #fff;
	border-color: #00b6a0;
}

.shouhou .d {
	background: #f9f9f9;
	font-size: 15px;
	padding: 0 30px 30px;
}

.shouhou .d dd,
.shouhou .d dt {
	line-height: 36px;
}

.shouhou .d dd {
	color: #666;
}

.shouhou .d dd a {
	color: #00bfa9;
	text-decoration: underline;
}

.shouhou .d dd a:hover,
.shouhou .title a:hover {
	color: #006d60;
}

.shouhou .d dl {
	padding-top: 30px;
}

.shouhou .d dt {
	font-weight: bold;
	font-size: 16px;
}

.shouhou .d span {
	color: #00bfa9;
}

/**/
.table>tbody>tr>td,
.table-bordered>tbody>tr>th {
	vertical-align: middle;
	padding: 13px 10px;
}

.rule {
	font-size: 16px;
}

.rule ul {
	line-height: 38px;
	color: #666;
	padding-left: 40px;
}

.rule h3 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
}

.rule table {
	color: #666;
	text-align: center;
}

.rule table th {
	text-align: center;
	color: #fff;
	font-weight: normal;
	background: #00bfa9;
}

.rule .a {
	text-align: center;
}

.rule .a dt {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0 10px;
}

.rule .a img {
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
}

.rule .a .col-lg-25 {
	cursor: pointer;
}

.rule .a .col-lg-25:hover img {
	-webkit-filter: grayscale(0);
	/* Chrome, Safari, Opera */
	filter: grayscale(0);
}

.rule .a .col-lg-25:hover {
	color: #00bfa9;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}

/**/
.banner_info-3 {
	background: url(../images/3-0_01.jpg) center no-repeat;
	background-size: cover;
}

.case .hd {
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.case .hd>a span {
	padding-right: 15px;
}


.case .hd b {
	display: block;
	font-size: 24px;
	width: 190px;
}

.case .hd .flex_item a {
	display: inline-block;
	color: #959595;
	padding-left: 25px;
}

.case .hd .flex_item a:hover {
	color: #00bfa9;
}

.case .bd {
	padding: 20px 0 50px;
}

.case .bd a {
	display: block;
	height: 400px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: #fafafa;
}

.case .bd a .pic {
	overflow: hidden;
}

.case .bd a dl {
	height: 50px;
	transition: all .3s;
	margin-top: 35px;
	overflow: hidden;
}

.case .bd a .pic img {
	width: 100%;
}

.case .bd a:hover img {
	transform: scale(1.1);
}

.case .bd a:hover {
	background: #f2f2f2;
}

.case .bd a:hover span {
	display: block;
	color: #00BFA9;
}

.case .bd a:hover dl {
	margin-top: 20px;
	height: 80px;
}

.case .bd a .pic {
	overflow: hidden;
	height: 281px;
}

.case .bd a img {
	width: 100%;
}

.case .bd .col-lg-8 a p {
	color: #959595;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case .bd a span {
	color: #666;
}

.case .bd a span i {
	transition: all 0.3s;
	font-style: normal;
}


.case .bd a span:hover i {
	margin-left: 5px;

}

.case .bd a dt {
	color: #333;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 5px;
}

.case .bd a>p {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 16px;
	display: none;
	color: #fff;
	padding: 80px 60px;
	background: rgba(0, 191, 169, 0.7);
}

.case .bd a:hover>p {
	display: block;
}

.case .bd a>p::after {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	left: 34px;
	top: 50px;
}

.case .bd a>p::before {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	right: 34px;
	bottom: 50px;
}

/**/
.banner_info-3-1 {
	background: url(../images/3-1_01.jpg) center no-repeat;
	background-size: cover;
}

.case_info .nav-tabs {
	text-align: center;
	font-size: 16px;
	padding-top: 60px;
}

.case_info .nav-tabs>li {
	display: inline-block;
	float: none;
}

.case_info .nav-tabs>li {
	margin: 0;
}

.case_info .nav-tabs>li::after {
	content: '';
	width: 1px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #ddd;
	transform: translate(0, -50%);
}

.case_info .nav-tabs>li:first-child::after {
	display: none;
}

.case_info .nav-tabs>li>a {
	margin: 0;
	border: none;
	padding: 10px 25px;
	background: none;
}

.case_info .nav-tabs>li.active>a,
.case_info .nav-tabs>li.active>a:focus,
.case_info .nav-tabs>li.active>a:hover {
	border: none;
	color: #00bfa9;
}

.case_info .nav-tabs>li.active>a::after,
.case_info .nav-tabs>li.active>a:focus::after,
.case_info .nav-tabs>li.active>a:hover::after {
	content: '';
	width: 65px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #00bfa9;
	transform: translate(-50%, 0);
}

.case_info .bd {
	padding: 30px 0;
}

.case_info .bd a {
	display: block;
	/*height: 529px;*/
	margin-top: 20px;
	background: #fafafa;
}

.case_info .bd a .pic {
	overflow: hidden;
}

.case_info .bd a:hover img {
	transform: scale(1.1);
}

.case_info .bd a img {
	width: 100%;
}

.case_info .bd a p {
	line-height: 26px;
	color: #a2a2a2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 52px;
}

.case_info .bd a dt {
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	margin-bottom: 10px;
	color: #3a3a3a;
}

.case_info .bd a span {
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
}

.case_info .bd dl {
	padding: 30px 20px 0;
	height: 167px;
	overflow: hidden;
	transition: all .3s;
}

.case_info .bd a:hover {
	background: #00bfa9;
}

.case_info .bd a:hover dt,
.case_info .bd a:hover dd p {
	color: #fff;
}

.case_info .bd a:hover dl {
	padding-top: 20px;
}

/**/
.banner_info-2-1 {
	background: url(../images/2_01.jpg) center no-repeat;
	background-size: cover;
}

.too {
	padding-top: 60px;
	margin-top: -60px;
}

.advantge .case_info .bd {
	padding-top: 0;
}

.advantge .a {
	padding-bottom: 70px;
}

.advantge .a a {
	display: block;
	background: #f8f8f8;
	padding: 30px 0;
	font-size: 15px;
}

.advantge .a a:hover {
	background: #f2f2f2;
}

.advantge .a a:hover img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.advantge .a a dt {
	text-align: center;
	color: #00bfa9;
	font-size: 20px;
}

.advantge .a a dl {
	padding: 0 30px;
}

.advantge .a a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.advantge .a a dd {
	line-height: 30px;
	color: #898989;
	margin-top: 10px;
	height: 150px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.advantge .b .bg {
	min-height: 724px;
	background: url(../images/2_16.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 15px;
}

.advantge .b dd,
.advantge .b p {
	line-height: 22px;
}

.advantge .b h4 {
	margin: 0;
}

.advantge .b .btn {
	padding: 5px 12px;
}

.advantge .b dl {
	margin-top: 30px;
}

.advantge .b dt {
	font-weight: bold;
	color: #00bfa9;
}

/**/
.liucheng .a {
	text-align: center;
	font-size: 16px;

}

.liucheng .a .bd {
	color: #666;
}

.liucheng .a img {
	width: 81px;
	position: relative;
	z-index: 3;
	margin-bottom: 15px;
}

.liucheng .a .flex {
	position: relative;
	background: url(../images/line_03.png) center 40px no-repeat;
}

.liucheng .b h3 {
	font-size: 15px;
	text-align: center;
	color: #898989;
	line-height: 24px;
	margin: -20px 0 20px;
	position: relative;
}

.liucheng .b h3 a {
	position: absolute;
	right: 0;
	color: #00bfa9;
	text-decoration: underline;
	bottom: 0;
}

.liucheng .b h3 a:hover {
	color: #006d60;
}

.liucheng .b .red {
	font-size: 14px;
	color: red;
	font-weight: normal;
}

.liucheng .b table {
	color: #666;
}

.liucheng .b .btn {
	width: 175px;
	height: 38px;
	border-radius: 38px;
	margin: 0 15px;
	font-weight: bold;
	font-size: 16px;
}

.liucheng .b .btn:hover {
	background: #00bfa9;
	color: #fff;
	border-color: #00bfa9;
}

.liucheng .b .table label {
	min-width: 60px;
	margin-bottom: 0;
}

/**/
.dingzhi {
	padding-top: 60px;
}

.dingzhi .left {
	padding: 40px;
	color: #666;
	font-size: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.dingzhi .left h1 {

	font-size: 26px;
}

.dingzhi .left .hd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.dingzhi .left .hd h4 {
	font-size: 12px;
	color: #999999;
	padding-top: 15px;
}

.dingzhi .left .hd h4 span {
	padding: 0 20px;
}

.dingzhi .left p {
	line-height: 30px;
}

.dingzhi .left ul {
	line-height: 40px;
	padding-left: 40px;
}

.dingzhi .left img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

.dingzhi .left .ft {
	padding: 15px 0;
	margin: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.dingzhi .left .ft span {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #d0d0d0;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

.dingzhi .left .ft a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.dingzhi .left .ft a:hover span {
	background: #00bfa9;
}

.dingzhi .left .btn {
	height: 38px;
	width: 178px;
	color: #999;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid #ccc;
	border-radius: 39px;
}

.dingzhi .left .btn:hover {
	color: #00bfa9;
	border: 2px solid #00bfa9;
}

.dingzhi .right {
	font-size: 16px;
}

.dingzhi .right .box {
	margin-bottom: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.dingzhi .right .box ul {
	padding: 0 15px;
	line-height: 60px;
}

.dingzhi .right .box ul li {
	border-bottom: 1px solid #eee;
}

.dingzhi .right .box ul li:last-child {
	border: none;
}

.dingzhi .right .box h4 {
	line-height: 50px;
	padding: 0 15px;
	margin: 0;
	background: #656565;
	color: #fff;
}

.dingzhi .right h3 {
	margin-top: 0;
	font-weight: bold;
}

.dingzhi .right .flex {
	text-align: center;
	padding: 15px 0 20px;
}

.dingzhi .right .flex a.flex_item {
	float: none;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: none;
}

.dingzhi .right .flex span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 50%;
	line-height: 40px;
	position: relative;
	z-index: -1;
}

.dingzhi .right .flex i {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-top: -5px;
	background-image: url(../images/3-2_03.png);
	background-repeat: no-repeat;
}

.dingzhi .right .flex a:hover span {
	border-color: #00bfa9;
}

.dingzhi .right .flex a:hover i {
	background-image: url(../images/3-2_04.png);
}

.dingzhi .right .flex .icon2 {
	background-position: -59px 0;
}

.dingzhi .right .flex .icon3 {
	background-position: -119px 0;
}

.dingzhi .right .flex .icon4 {
	background-position: -178px 0;
}

.dingzhi .right .flex .icon5 {
	background-position: -237px 0;
}

.header .row {
	margin: 0;
}

.navbar-collapse {
	padding: 0;
}

/**/
.banner_info-5-1 {
	background: url(../images/5-1_01.jpg) center no-repeat;
	background-size: cover;
}

.case_info .bd a .flex {
	font-size: 12px;
	color: #9c9c9c;
}

.case_info .bd a:hover .flex {
	color: #fff;
}

.dingzhi .right .box .ul1 {
	line-height: 24px;
	font-size: 14px;
}

.dingzhi .right .box .ul1 p {
	margin: 0;
}

.dingzhi .right .box .ul1 li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dingzhi .right .box .ul1 a {
	padding: 15px 0;
	display: block;
}

.dingzhi .right .box .ul1 span {
	color: #9e9d9d;
}

.dingzhi .right .box .ul1 a:hover span {
	color: #00bfa9;
}

.dingzhi .right .box .ul1 p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dingzhi .right .box .tips {
	padding: 10px 0;
}

.dingzhi .right .box .tips a:hover {
	color: #00bfa9;
}

/**/
.banner_info-6 {
	background: url(../images/6-2_01.jpg) center no-repeat;
	background-size: cover;
}

.contentus .bd h3 {
	font-weight: bold;
	font-size: 24px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.contentus .bd {
	font-size: 16px;
	line-height: 38px;
}

.contentus .bd i {
	color: #c9c9c9;
}

.contentus .bd a {
	text-decoration: underline;
	color: #00bfa9;
}

.contentus .bd a:hover {
	color: #00b6a0;
}

.contentus .bd a i {
	color: #00bfa9;
	transition: all 0.6s;
	vertical-align: middle;
}

.contentus .bd .one {
	text-decoration: none;
}

.contentus .bd .one:hover i {
	margin-left: 5px;
}

.contentus .bd .one b {
	color: #333;
}

/**/
.shili .swiper-slide {
	text-align: center;
	/*font-size: 12px;*/
	transition: 300ms;
	margin: 120px 0;
	transform: scale(1);
}

.shili .swiper-slide p {
	display: none;
}

.shili .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(2);
	z-index: 99;
}

.shili .swiper-slide-active p,
.swiper-slide-duplicate-active p {
	display: block;
	transform: scale(0.7);
}

.shili img {
	width: 100%;
	margin-bottom: 10px;
}

.shili h4 {
	line-height: 28px;
	text-indent: 2em;
	color: #666;
	margin: -10px 0 30px;
}

.shili .swiper-button-next,
.shili .swiper-button-prev,
.honer .swiper-button-next,
.honer .swiper-button-prev {
	width: 55px;
	height: 55px;
	margin-top: -50px;
	background: #cccccc;
	border-radius: 50%;
}

.shili .swiper-button-next:hover,
.shili .swiper-button-prev:hover,
.honer .swiper-button-next:hover,
.honer .swiper-button-prev:hover {
	background: #00bfa9;
}

.shili .swiper-button-next:after,
.shili .swiper-button-prev:after,
.honer .swiper-button-next:after,
.honer .swiper-button-prev:after {
	font-size: 24px;
}

.shili h3 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

.shili .c a {
	display: block;
	border-radius: 5px;
	border: 1px solid #ddd;
	height: 294px;
	margin-bottom: 30px;
	padding: 30px 50px 0;
	color: #666;
	text-align: center;
}

.shili .c a dd {
	line-height: 24px;
	text-align: left;
}

.shili .c a dt {
	font-size: 24px;
	margin: 30px 0 15px;
}

.shili .c a i {
	display: inline-block;
	width: 81px;
	height: 81px;
	background-image: url(../images/6-2_10.png);
	background-repeat: no-repeat;
}

.shili .c a .icon2 {
	background-position: -405px 0;
}

.shili .c a .icon3 {
	background-position: -813px 0;
}

.shili .c a .icon4 {
	background-position: 0 -321px;
}

.shili .c a .icon5 {
	background-position: -405px -321px;
}

.shili .c a .icon6 {
	background-position: -813px -321px;
}

.shili .c a:hover {
	color: #00cfb9;
	border-color: #00cfb9;
}

.shili .c a:hover i {
	background-image: url(../images/6-2_12.png);
}

.joinus .hd {
	text-align: center;
	line-height: 54px;
	background: #00bfa9;
	color: #fff;
	padding-left: 60px;
	font-size: 18px !important;
	font-weight: bold;
}

.joinus .first {
	width: 16%;
	text-align: left;
}

.joinus .bd .flex {
	line-height: 48px;
	padding-left: 60px;
	font-size: 16px;
	position: relative;
	text-align: center;
	border: 1px solid transparent;
	border-bottom: none;
}

.joinus .bd .flex.bg {
	background: #eee;
}

.joinus .bd .flex.on {
	border: 1px solid #00bfa9;
	border-bottom: none;
}

.joinus .bd .flex i {
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-top: -10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	border-width: 0 1px 1px 0;
	border-color: #c8c8cd;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
}

.joinus .bd .flex.on i {
	margin-top: 0;
	border-width: 1px 0 0 1px;
}

.joinus .bd .down {
	border: 1px solid #00bfa9;
	padding: 20px 40px;
	display: none;
	font-size: 14px;
	color: #666;
}

.joinus .bd .down dd {
	line-height: 26px;
}

.joinus .bd .down dt {
	margin-top: 30px;
}

.joinus .bd .down dl:first-child dt {
	margin: 0;
}

/**/
.honer .a .bd {
	text-align: center;
	background: #f5f5f5;
	padding: 50px 0;
	font-size: 16px;
}

.honer .a .bd .box {
	position: relative;
	padding: 0 70px;
}

.honer .a .bd .box .pic {
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.honer .a .bd .box img {
	width: 100%;
}

/**/
.aboutus .a p {
	margin: 0;
	text-indent: 2em;
	line-height: 28px;
}

.aboutus .a .fl {
	overflow: hidden;
	margin-right: 20px;
}

.aboutus .a .fl:hover img {
	transform: scale(1.1);
}

.aboutus .a img {
	max-width: 100%;

}

.aboutus .b {
	background: url(../images/6-1_06.jpg) center no-repeat;
	background-size: cover;
	height: 300px;
	color: #fff;
	padding-top: 80px;
	margin-top: 60px;
	text-align: center;
}

.aboutus .b span,
.aboutus .b b {
	font-size: 60px;
	font-family: arial;
	font-weight: bold;
}

.aboutus .b .col-lg-3 {
	border-left: 1px solid #8592a8;
}

.aboutus .b .col-lg-3:first-child {
	border: none;
}

.aboutus .b p {
	color: #c9c9c9;
}

.aboutus .c .box {
	position: relative;
	background: #f1f1f1;
	height: 370px;
}

.aboutus .c .box dl {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 26px;
	transform: translate(0, -50%);
	text-align: center;
	width: 100%;
	color: #fff;
}

.aboutus .c .box dl dd {
	margin-top: 10px;
}

.aboutus .c .row {
	margin: -3px;
}

.aboutus .c .col-lg-25 {
	padding: 3px;
}

.aboutus .c .box>img {
	width: 100%;
}

.aboutus .c .box p {
	line-height: 26px;
	margin: 0;
	color: #666666;
	text-indent: 2em;
}

.aboutus .c .last {
	padding: 0;
	width: 0;
	transition: all 0.6s;
	overflow: hidden;
}

.aboutus .c .last.on {
	width: 20%;
}

.aboutus .c .last .box {
	padding: 15px;
	margin: 3px 3px 3px -3px;
}

.aboutus .d {
	margin-top: 60px;
	color: #fff;
	text-align: center;
	height: 578px;
	background: url(../images/6-1_21.jpg) center no-repeat;
	background-size: cover;
}

.aboutus .d h4 span {
	display: inline-block;
	width: 98px;
	height: 98px;
	color: #fff;
	font-size: 80px;
	font-family: impact;
	line-height: 98px;
	border-radius: 5px;
	background: #00bfa9;
	margin-bottom: 40px;
}

.aboutus .d .gallery-thumbs {
	margin-top: 50px;
	font-size: 16px;
}

.aboutus .d .gallery-thumbs i {
	display: inline-block;
	line-height: 20px;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 3;
	margin: 0 auto;
}

.aboutus .d .gallery-thumbs .line {
	margin: 45px 0 10px;
	position: relative;
	height: 20px;
}

.aboutus .d .gallery-thumbs .line::after {
	content: '';
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.aboutus .d .pd {
	position: relative;
	padding: 0 63px;
}

.aboutus .d .swiper-button-next,
.aboutus .d .swiper-button-prev {
	width: 54px;
	height: 54px;
	margin-top: -27px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.aboutus .d .swiper-button-next:after,
.aboutus .d .swiper-button-prev:after {
	font-size: 24px;
}


.aboutus .d .swiper-slide-active .line::after,
.aboutus .d .swiper-slide-active .line i {
	background: #00cfb5;
}

.aboutus .d .swiper-slide-active .line i {
	width: 20px;
	height: 20px;
}

.aboutus .e li {
	float: left;
	width: 20%;
	padding: 7px;
}

.aboutus .e li img {
	width: 100%;
}

.aboutus .e li a {
	overflow: hidden;
	display: block;
	border: 1px solid #eee;
}

.aboutus .e li a:hover {
	border: 1px solid #00bfa9;
}

.aboutus .e li a:hover img {
	transform: scale(1.1);
}

/**/
.banner_info-1 {
	background: url(../images/1-1_01.jpg) center no-repeat;
	background-size: cover;
}

.products .a img {
	width: 100%;
}

.products .a .pic,
.products .c .bd .pic {
	overflow: hidden;
}

.products .c .bd .box:hover img,
.products .a a:hover img {
	transform: scale(1.1);
}

.products .a .bd {
	position: relative;
	text-align: center;
}

.products .a a {
	display: block;
	margin: 10px;
	background: #fafafa;
	height: 400px;
}

.products .a a:hover,
.products .c .bd .box:hover {
	background: #fff;
	background: #f4f4f4;
}

.products .a a dt,
.products .c .bd dt {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.products .a a p,
.products .c .bd p {
	color: #959595;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.products .a a span,
.products .c .bd a {
	color: #0fd2b8;
}

.products .a dl,
.products .c .bd dl {
	padding: 40px 15px 0;
	transition: all 0.6s;
	height: 95px;
	overflow: hidden;
}

.products .a a:hover dl,
.products .c .bd .box:hover dl {
	padding-top: 20px;
}

.products .a a:hover dd span,
.products .c .bd .box:hover dd a {
	display: block;
}

.products .a .swiper-button-next,
.products .a .swiper-button-prev {
	width: 40px;
	height: 40px;
	margin-top: -60px;
	border-radius: 50%;
	background: #cccccc;
}

.products .a .swiper-button-next {
	right: -60px;
}

.products .a .swiper-button-prev {
	left: -60px;
}

.products .a .swiper-button-next:after,
.products .a .swiper-button-prev:after {
	font-size: 24px;
}

.products .a .swiper-button-next:hover,
.products .a .swiper-button-prev:hover {
	background: #0fd2b8;
}

.products .b {
	text-align: center;
	position: relative;
	margin-top: 60px;
	overflow: hidden;
}

.products .b a {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.products .b:hover>img {
	transform: scale(1.1);
}

.products .d {
	margin-top: 60px;
}

.products .d a {
	margin-left: -200px;
}

.products .c .hd {
	display: flex;
	align-items: center;
	padding: 50px 0 15px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.products .c .hd b {
	display: block;
	font-size: 24px;
	width: 183px;
}

.products .c .hd .flex_item a {
	display: inline-block;
	margin-left: 30px;
}

.products .c .hd a span {
	transition: all 0.3s;
	padding-right: 5px;
}

.products .c .hd>a:hover span {
	color: #0fd2b8;
	padding-right: 0;
}

.products .c .bd .box {
	text-align: center;
	margin-top: 20px;
	height: 400px;
	background: #fafafa;
}

.products .c .bd .pic {
	min-height: 284px;
	position: relative;
	background: url(../images/1_07.jpg) center no-repeat;
}

.products .c .bd img {
	width: 100%;
}

.products .c .bd .tabtitle {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0;
	padding-bottom: 15px;
}

.products .c .bd .tabtitle span {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
}

.products .c .bd .tabtitle span i {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #353535;
	z-index: 3;

	position: relative;
}

.products .c .bd .tabtitle span.on::after {
	content: '';
	display: block;
	border: 1px solid #353535;
	border-radius: 50%;
	left: -6px;
	width: 26px;
	height: 26px;
	top: -5px;
	z-index: 1;
	background: #fff;
	position: absolute;
}

.products .c .bd .tabtitle span:first-child i {
	background: #ccc;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
}

/**/
.products_info .c .bd .box {
	height: 590px;
	text-align: left;
}

.products_info .c .bd a {
	display: block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
}

.products_info .c .bd ul {
	margin-top: 10px;
	line-height: 30px;
	color: #898989;
}

.products_info .c .bd li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.products_info .a dl,
.products_info .c .bd dl {
	height: 145px;
}

.products_info .c .box dl dd a {
	font-size: 14px;
	color: #00bfa9;
	display: block;
	margin-top: 5px;
	text-align: center;
}

.products_info .c .bd {
	padding-bottom: 30px;
}

.products_info .ft {
	background: #f5f5f5;
	padding: 0 15px;
	font-size: 15px;
	margin-bottom: 30px;
}

.products_info .ft li {
	line-height: 50px;
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #ccc;
}

.products_info .ft li:last-child {
	border: none;
}

.products_info .ft li a {
	display: inline-block;
	margin-right: 25px;
}

.products_info .ft li a.on {
	color: #00bfa9;
}

/**/
.infopt {
	padding-top: 100px;
}

.h_info {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}



/*图片放大镜样式*/
.jqzoom {
	background: white;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 368px;
	height: 368px;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #ffffff
		/*url(../images/zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
	width: 100%;
	height: 476px;
	padding: 0 98px;
	position: relative;
}

.jqzoom>img {
	width: 100%;
	height: 100%;
}

.spec-scroll {
	clear: both;
	margin-top: 5px;
	width: 100%;
	position: relative;
}

.spec-scroll .prev {
	left: 30px;
}

.spec-scroll .next {
	right: 30px;
}

.spec-scroll .prev,
.spec-scroll .next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #CCC;
	color: #ccc;
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	text-decoration: none;
}

.spec-scroll .prev:hover,
.spec-scroll .next:hover {
	border-color: #00bfa9;
	color: #00bfa9;
}

.spec-scroll .items {
	position: relative;
	width: 545px;
	margin: 0 auto;
	height: 99px;
	overflow: hidden;
}

.spec-scroll .items ul {
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	padding-left: 0;
}

.spec-scroll .items ul li {
	float: left;
	width: 99px;
	margin: 0 5px;
	text-align: center;
}

.spec-scroll .items ul li img {
	border: 1px solid transparent;
	width: 99px;
	height: 99px;
}

.spec-scroll .items ul li.hover img {
	border: 1px solid #00bfa9;
}

.proitem .hd {
	padding: 50px 0;
}

.proitem .hd h1 {
	font-weight: bold;
	font-size: 30px;
}

.proitem .hd .col-lg-5 li {
	line-height: 36px;
	color: #666;
	border-bottom: 1px dotted #ccc;
}

.proitem .hd .col-lg-5 h3 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
}

.proitem .hd .col-lg-5 p {
	color: #666;
}

.proitem .hd .col-lg-5 .tabtitle span {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid transparent;
	cursor: pointer;
}

.proitem .hd .col-lg-5 .tabtitle span i {
	display: inline-block;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.proitem .hd .col-lg-5 {
	padding-left: 40px;
}

.proitem .hd .col-lg-5 .tabtitle span.on {
	border-color: #00bfa9;
}

.proitem .hd .col-lg-5 .tabtitle span:last-child i {
	background: rgba(255, 255, 255, .15);
}

.proitem .bd .nav-tabs {
	text-align: center;
	padding-top: 25px;
	background: #fff;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.proitem .bd .nav-tabs.on {
	position: fixed;

}

.proitem .bd .nav-tabs>li {
	display: inline-block;
	float: none;
	font-size: 16px;
}

.proitem .bd .nav-tabs>li {
	padding-bottom: 25px;
}

.proitem .bd .nav-tabs>li>a {
	border-radius: 0;
	padding: 0 20px;
	border: none;
	background: none;
	margin: 0;
}

.proitem .bd .nav-tabs>li:first-child>a::after {
	display: none;
}

.proitem .bd .nav-tabs>li>a::after {
	content: '';
	width: 1px;
	height: 16px;
	background: #999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.proitem .bd .nav-tabs>li.active::after,
.proitem .bd .nav-tabs>li:hover::after {
	content: '';
	width: 66px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	background: #00bfa9;
}

.proitem .bd .nav-tabs>li.active>a,
.proitem .bd .nav-tabs>li.active>a:focus,
.proitem .bd .nav-tabs>li.active>a:hover {
	border: none;
	color: #00bfa9;
}

.pro1 dt {
	font-weight: bold;
	font-size: 40px;
}

.pro1 dd {
	font-size: 30px;
	color: #4e4f4f;
	padding-top: 15px;
}

.pro1 .a {
	height: 800px;
	background: url(../images/1-3_02.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 60px;
	margin-top: 40px;
}

.pro1 .a .box {
	padding-top: 50px;
}

.pro1 img {
	max-width: 100%;
}

.pro1 .b {
	background: #222525;
	color: #fff;
	padding: 20px 0;
}

.pro1 .b .flex {
	padding: 30px 0;
}

.pro1 .b .flex:hover img {
	margin-top: -5px;
}

.pro1 .b .flex img {
	margin-right: 15px;
	transition: all 0.1s;
	width: 80px;
}

.pro1 .b .flex h4 {
	font-size: 27px;
}

.pro1 .b .flex p {
	color: #b7b7b7;
	font-size: 20px;
}

.pro1 .c {
	height: 799px;
	background: url(../images/1-3_04.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 118px;
}

.pro1 .c .box {
	display: flex;
	font-size: 18px;
	line-height: 26px;
}

.pro1 .c .box li {
	margin: 8px 0 40px;
}

.pro1 .c dl {
	padding: 100px 0 50px;
}

.pro1 .c dd {
	color: #fff;
}

.pro1 .c p {
	line-height: 44px;
	font-size: 18px;
}

.pro1 .d {
	height: 800px;
	padding-top: 208px;
	background: url(../images/1-3_05.jpg) center no-repeat;
	background-size: cover;
}

.pro1 .d p {
	font-size: 20px;
	line-height: 36px;
	margin-top: 30px;
}

.pro1 .e {
	text-align: center;
	background: #242e33;
	color: #fff;
	padding: 70px 0;
}

.pro1 .e dd {
	color: #b7b7b7;
}

.pro1 .e img {
	width: 100%;
	margin-top: 40px;
}

.pro1 .e a {
	display: block;
	overflow: hidden;
}

.pro1 .e .col-lg-4:hover a img {
	transform: scale(1.1);
}

.pro1 .e .col-lg-4:hover,
.pro1 .e .col-lg-4:hover p {
	color: #00bfa9;
}

.pro1 .e h4 {
	font-size: 30px;
	margin-top: 30px;
}

.pro1 .e p {
	font-size: 20px;
	color: #7a7d7d;
}

.pro2 .download {
	margin-top: -30px;
}

.blue {
	color: #00a795;
}

.pro2 .a {
	background: #fafafa;
	padding: 0 0 50px;
	text-align: center;
	font-size: 15px;
	margin-top: 60px;
}

.pro2 .a h4 {
	font-size: 18px;
	margin: -20px 0 50px;
	color: #666;
}

.pro2 .a img {
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
}

.pro2 .a .col-lg-25:hover img {
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
}

.pro2 .a .col-lg-25:hover,
.pro2 .a .col-lg-25:hover dd {
	color: #00BFA9;
}

.pro2 .a dt {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 5px;
}

.pro2 .a dd {
	color: #666;
}

.pro3 {
	font-size: 16px;
}

.pro3 td {
	color: #666;
}

.pro3 th {
	font-size: 24px;
}

.pro3 h4 {
	text-align: center;
	margin: -20px 0 30px;
	font-size: 18px;
}

.pro3 .c img {
	margin-bottom: 10px;
	height: 50px;
}

.pro3 .c .more {
	line-height: 26px;
	margin-top: 20px;
}

.pro3 .c .more a {
	text-decoration: underline;
}

.swiper-button-next,
.swiper-button-prev {
	outline: none;
}

/**/
.pop {
	display: none;
}

.pop,
.pop .bg {
	z-index: 9999;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.pop .bg {
	z-index: 1;
	position: absolute;
	background-color: #000;
	filter: alpah(opacity=60);
	opacity: 0.6;
}

.popBox {
	z-index: 1001;
	position: relative;
	max-width: 1200px;
	width: 80%;
	top: 50%;
	transform: translate(0px, -50%);
	margin: 0px auto;
	padding: 50px 0 30px;
	background-color: #fff;
}

/*.picCon img{ width:auto; max-width:100%; max-height:100%; margin:0 auto;}*/
.close {
	opacity: 1;
	position: absolute;
	right: 15px;
	top: 15px;
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/close.png) center no-repeat;
}

.closeBtn {
	position: relative;
	left: 15px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	text-align: right;
	text-indent: 10px;
	cursor: pointer;
}

.popBox {
	text-align: center;
	font-size: 24px;
}

.picCon img {
	max-width: 100%;
	margin-bottom: 15px;
	height: 500px;
}

video {
	background: #000;
	vertical-align: middle;
	outline: none;
}

.modal-header .close {
	z-index: 99;
	opacity: 1;
	right: 0;
	top: 0;
	color: #00bfa9;
	text-shadow: none;
}

.modal.in .modal-dialog,
.modal.fade .modal-dialog {
	margin: 0;
	position: fixed;
	left: 50%;
	top: 50%;
	transition: transform 0s ease-out;
	transform: translate(-50%, -50%);
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.table-responsive::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.table-responsive::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.table-responsive::-webkit-scrollbar-thumb {
	background-color: #ccc;
}

.table>tbody>tr>td.table_sm {
	padding: 0;
}

.table>tbody>tr>td.table_sm tr {
	border-bottom: 1px solid #ddd;
}

.table>tbody>tr>td.table_sm td {
	padding: 13px 10px;
	border-right: 1px solid #ddd;
}

.table>tbody>tr>td.table_sm td:last-child,
.table>tbody>tr>td.table_sm tr:last-child {
	border: none;
}

.table>tbody>tr>td input[type=text] {
	width: 100%;
}

.modal-dialog {
	width: 60%;
}

.proitem .hd .swiper-pagination-bullet-active {
	background: #00bfa9;
}

.mo em {
	font-style: normal;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.mo em::after {
	content: '>';
	position: absolute;
	right: -15px;
	transition: all 0.3s;
	top: 50%;
	transform: translate(0, -50%);
}

.mo em:hover::after {
	right: -20px;
}







@media (min-width:1200px) and (max-width: 1599px) {
	.index-banwrap .slide01 .tit {
		font-size: 50px;
	}

	.index-banwrap .slide01 .txt {
		font-size: 30px;
	}

	.index-banwrap .slide01 dd,
	.index-banwrap .slide03 .textpopup span {
		font-size: 18px;
	}

	.index-banwrap .slide01 dt,
	.index-banwrap .slide01 .imgpopup,
	.index-banwrap .slide02 .textpopup li,
	.index-banwrap .slide02 .ft .box p {
		font-size: 16px;
	}

	.index-banwrap .slide01 .imgpopup img {
		width: 70px;
		margin-top: -30px;
	}

	.index-banwrap .slide01 .imgpopup {
		height: 140px;
	}

	.index-banwrap .slide03 .textpopup h1,
	.index-banwrap .slide02 .textpopup h1 {
		font-size: 50px;
	}

	.index-banwrap .slide03 .textpopup h3,
	.index-banwrap .slide02 .textpopup h3 {
		font-size: 26px;
	}

}

@media (min-width:1921px) and (max-width: 5000px) {
	.modal-dialog {
		width: 1138px;
	}
}

@media (min-width:769px) and (max-width: 1199px) {

	

	.navbar-default .navbar-nav>li {
		margin: 0 5px;
	}

	

	.logo img {
		width: 160px;
	}

	.popBox {
		padding: 15px;
		font-size: 14px;
	}

	.closeBtn {
		line-height: 20px;
		font-size: 18px;
		padding-right: 10px;
		text-indent: 0px;
	}

	.picCon img {
		width: 100%;
		height: auto;
	}

	.header .logo {
		line-height: 50px;
	}

	.header {
		padding-top: 10px;
		height: 70px;
	}

	.navbar-default .navbar-toggle {
		border: none;
		margin-right: 0;

	}

	.index-banwrap .slide01 .imgpopup .row {
		margin: 0 -20px;
	}

	.index-banwrap .slide01 .tit {
		font-size: 36px;
	}

	.index-banwrap .slide01 .txt {
		font-size: 24px;
	}

	.index-banwrap .slide01 dd {
		font-size: 16px;
	}

	.navbar-default .navbar-toggle:hover {
		background: none;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.navbar-collapse {
		padding: 0 30px;
	}

	.navbar-default .navbar-toggle.cross .icon-bar:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		-ms-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}

	.navbar-default .navbar-toggle.cross .icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-default .navbar-toggle.cross .icon-bar:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		-ms-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}


	.m_lgue {
		height: 50px;
	}

	.header .fr {
		margin-right: 10px;
	}

	.header .fr .btn-default {
		height: 50px;
		outline: none;
	}

	.header .fr .dropdown .dropdown-menu {
		width: 100%;
	}

	.header .fr .dropdown {
		position: static;
	}

	.homepage .title,
	.info .title {
		font-size: 22px;
		margin: 0;
		padding: 30px 0 15px;
	}



	.homepage .a .box {
		width: 51.5%;
	}

	.homepage .b .box {
		height: auto;
		margin-bottom: 10px;
	}

	.homepage .c h3 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.homepage .c .bd .flex {
		font-size: 12px;
		align-items: stretch;
		text-align: center;
	}

	.homepage .c .video {
		height: 350px;
	}

	.homepage .d .box.last {
		margin-top: 20px;
	}

	.homepage .c .bd h4 {
		padding-top: 20px;
	}

	.homepage .c .bd {
		padding-top: 10px;
		height: auto;
	}

	.homepage .c .bd h4 span,
	.homepage .c .bd h4 em {
		font-size: 26px;
	}

	.homepage .d .box {
		font-size: 14px;

		height: auto;
	}

	.homepage .d .box>dl {
		padding: 15px;
	}

	.homepage .d .box dt {
		font-size: 16px;
	}

	.homepage .e .swiper-button-prev {
		left: 0;
	}

	.homepage {
		font-size: 13px;
	}

	.homepage .a dl dt,
	.homepage .b .box dl dt {
		font-size: 15px;
	}

	.homepage .e {
		padding-bottom: 100px;
	}

	.homepage .a dl {
		height: 58px;
	}

	.homepage .b .box ul {
		line-height: 30px;
	}

	.navbar-default .navbar-toggle {
		padding-right: 0;
	}

	.homepage .e .swiper-button-next {
		right: 0;
	}

	.index-banwrap .slide01 .imgpopup img {
		width: 60px;
		margin-top: -30px;
	}

	.index-banwrap .slide01 .imgpopup {
		font-size: 14px;
		height: 130px;
	}

	.index-banwrap .slide01 .textpopup {
		margin-left: -360px;
	}

	body {
		padding-bottom: 60px;
	}

	.navbar-toggle {
		display: block;

	}

	.navbar-header {
		float: none;
	}

	.products .a a {
		height: auto;
	}

	.products .a dl,
	.products .c .bd dl {
		padding-top: 15px;
	}

	.products .b {
		margin-top: 10px;
	}

	.products .c .bd .pic {
		min-height: 200px;
	}

	.products .c .bd .box {
		height: auto;
	}

	.products .d a {
		margin-left: -100px;
	}

	.info {
		padding-bottom: 100px;
	}

	.products_info .c .bd a,
	.pro2 .a dt {
		font-size: 15px;
	}

	.products_info .c .bd ul {
		line-height: 24px;
	}

	.pro1 .a img {
		width: 30%;
	}

	.pro1 dt {
		font-size: 24px;
	}

	.pro1 .c,
	.pro1 .d,
	.pro1 .e,
	.pro1 .c dl {
		height: auto;
		padding: 30px 0;
	}

	.pro1 .b .flex h4,
	.pro1 .e h4,
	.pro1 dd,
	.pro3 th {
		font-size: 18px;
	}

	.pro1 .b .flex p,
	.pro1 .e p,
	.pro1 .c p,
	.pro1 .d p,
	.aq li a,
	.pro3,
	.case .bd a dt,
	.case .hd,
	.rule,
	.piclist,
	.aboutus .c .box dl,
	.contentus .bd {
		font-size: 14px;
	}

	.info .title::after {
		margin-top: 5px;
	}

	.pro2 .a h4 {
		margin-top: 0;
		font-size: 14px;
	}

	.pro2 .a,
	.case .bd a p,
	.joinus .bd .flex {
		font-size: 12px;
	}

	.proitem {
		padding-bottom: 60px;
	}

	.case_info .bd a {
		height: auto;
		padding-bottom: 15px;
	}

	.advantge .b dd,
	.advantge .b p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.dingzhi .right h3 {
		margin-top: 20px;
	}

	.liucheng .b h3 {
		font-size: 12px;
		margin-top: 0px;
	}

	.liucheng .a img {
		margin-top: 10px;
		width: 60px;
	}

	.case .hd .flex_item a {
		padding-left: 10px;
	}

	.case .bd a .pic {
		height: auto;
	}

	.case .bd a {
		height: auto;
	}

	.case .bd a dt {
		margin-top: 20px;
	}

	.case .hd b {
		font-size: 16px;
		width: 110px;
	}

	.rule .a dt,
	.rule h3,
	.case_info .bd a dt,
	.contentus .bd h3 {
		font-size: 15px;
	}

	.aboutus .b {
		height: auto;
		padding: 40px 0;
	}

	.aboutus .b .col-lg-3 {
		border: none;
	}

	.aboutus .c .box {
		height: 219px;
		font-size: 12px;
		overflow: hidden;
	}

	.aboutus .c .last .box {
		padding: 5px;
	}

	.shili .c a {
		height: 350px;
	}

	.shili .c a dt {
		margin-top: 0;
	}

	.joinus .bd .flex i {
		right: 5px;
	}

	.joinus .bd .flex {
		padding-left: 20px;
	}

	.joinus .hd {
		font-size: 14px !important;
	}

	#dituContent {
		margin: -60px 0 100px;
	}

	.pro1 .c .box {
		font-size: 15px;
	}

	.header .m_lgue {
		display: block !important;
	}



}

input[type=checkbox],
input[type=radio] {
	margin: 0 8px 0 0;
	vertical-align: middle;
	position: relative;
}

input[type=checkbox]::after,
input[type=radio]::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: -1px;
	top: -3px;
	background: #fff;
	border: 1px solid #ddd;
}

input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
	background: #00bfa9;
	border-color: #00bfa9;
}

.table label span.on {
	color: #00bfa9;
}

.shouhou .c button {
	outline: none;
	filter: chroma(color=#000000);
}

@media (min-width:980px) and (max-width: 1199px) {
	.footer .a .bd .company {
		display: none;
	}

	.proitem {
		padding: 0;
	}

	.homepage .d .box p {
		-webkit-line-clamp: 1;
		height: auto;
	}

	.homepage .d .box.last {
		margin-top: 0;
	}

	.homepage .d .box.last li {
		padding: 15px 0;
	}

	#dituContent {
		margin: 0;
	}
	.index-banwrap .slide02 .pic{
		width: 350px;
	}
	.index-banwrap .slide03 .textpopup h1,
	.index-banwrap .slide02 .textpopup h1 {
		font-size: 40px;
	}
	
	.index-banwrap .slide03 .textpopup h3,
	.index-banwrap .slide02 .textpopup h3 {
		font-size: 20px;
	}
	.index-banwrap .slide02 .textpopup li,
	.index-banwrap .slide02 .ft .box p {
		font-size: 16px;
	}
	
	.index-banwrap .slide03 .textpopup span {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.logo img {
		width: 160px;
	}

	.popBox {
		padding: 15px;
		font-size: 14px;
	}

	.closeBtn {
		line-height: 20px;
		font-size: 18px;
		padding-right: 10px;
		text-indent: 0px;
	}

	.picCon img {
		width: 100%;
		height: auto;
	}

	.header .logo {
		line-height: 50px;
		padding-left: 15px;
	}

	.header {
		padding-top: 10px;
		height: 70px;
	}

	.navbar-default .navbar-toggle {
		border: none;
		margin-right: 0;

	}

	.navbar-default .navbar-toggle:hover {
		background: none;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.navbar-collapse {
		padding: 0 30px;
	}

	.navbar-default .navbar-toggle.cross .icon-bar:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		-ms-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}

	.navbar-default .navbar-toggle.cross .icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-default .navbar-toggle.cross .icon-bar:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		-ms-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}


	.m_lgue {
		height: 50px;
	}

	.header .fr {
		margin-right: 10px;
	}

	.header .fr .btn-default {
		height: 50px;
		outline: none;
	}

	.header .fr .dropdown .dropdown-menu {
		width: 100%;
	}

	.header .fr .dropdown {
		position: static;
	}

	.homepage .title,
	.info .title {
		font-size: 22px;
		margin: 0;
		padding: 30px 0 15px;
	}

	.homepage .a .flex {
		display: block;
	}

	.homepage .a .flex_item {
		padding: 0;
	}

	.homepage .b .box {
		height: auto;
		margin-bottom: 10px;
	}

	.homepage .c h3 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.homepage .c .bd .flex {
		font-size: 14px;
		display: block;
		text-align: center;
	}

	.homepage .c .bd h4 {
		padding-top: 20px;
	}

	.homepage .c .bd {
		padding-top: 10px;
		height: auto;
	}

	.homepage .c .bd h4 span,
	.homepage .c .bd h4 em {
		font-size: 26px;
		font-weight:bold;
	}

	.homepage .d {
		overflow-x: hidden;
		padding-bottom: 0px;
	}

	.homepage .d .bd {
		margin: 0 -15px;
	}

	.homepage .d .box b {
		background: rgba(0, 0, 0, 0.5);
	}

	.homepage .d .box {
		font-size: 14px;
		height: auto;
		margin-bottom: 15px;
	}

	.homepage .d .box>dl {
		padding: 15px;
	}

	.homepage .d .box dt {
		font-size: 16px;
	}

	.homepage .e .swiper-button-prev {
		left: 0;
	}

	.homepage .e .swiper-button-next {
		right: 0;
	}

	body,
	html {
		height: auto;
	}

	body {
		padding-bottom: 60px;
	}

	.aq li {
		margin-bottom: 15px;
	}

	.aq li a,
	.shouhou .a,
	.shouhou .d,
	.rule {
		font-size: 14px;
	}

	.aq li span {
		font-size: 16px;
	}

	.infobread {
		font-size: 12px;
		line-height: 40px;
		overflow-x: scroll;
		white-space: nowrap;
	}



	.infobread b {
		font-size: 14px;
		padding-right: 10px;
	}

	.infobread .flex_item {
		display: flex;
		text-align: center;
	}

	.infobread .flex_item a {}

	.shouhou .c button {
		width: 120px;
	}

	.rule .a .col-lg-25 {
		width: 50%;
		font-size: 12px;
		padding-top: 20px;
	}

	.rule .a dt {
		font-size: 14px;
	}

	.rule ul {
		line-height: 26px;
	}

	.banner_info {
		/*height: 250px;*/
	}

	.case .hd {
		font-size: 14px;
	}

	.case .hd .flex_item a {
		display: none;
	}

	.case .hd b {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.case .hd .more {
		display: block;
		margin-top: 8px;
	}

	.case .bd a {
		margin-bottom: 15px;
		height: auto;
		padding-bottom: 10px;
	}

	.case .bd a dt {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.case .bd a dl {
		height:auto;
		margin-top: 10px;
	}

	.case .bd {
		padding: 0;
	}

	.info {
		padding-bottom: 20px;
	}

	.case_info .nav-tabs>li>a {
		font-size: 14px;
		padding: 5px 10px;
	}

	.case_info .bd a dt {
		font-size: 14px;
	}

	.case_info .bd a {
		height: auto;
		padding-bottom: 20px;
	}

	.case_info .bd dl {
		padding-top: 20px;
		height: 100px;
	}

	.case_info .nav-tabs {
		padding-top: 20px;
	}

	.case_info .bd {
		padding: 0;
	}

	.liucheng .a .flex {
		display: block;
		font-size: 14px;
	}

	.liucheng .a .flex>div {
		float: left;
		width: 33.333%;
	}

	.liucheng .b h3 {
		font-size: 12px;
		margin: 0 0 15px;
	}

	.liucheng .b .btn {
		width: 100px;
	}

	.dingzhi .left {
		padding: 10px;
	}

	.dingzhi .left h1 {
		font-size: 18px;
		line-height: 26px;
	}

	.dingzhi .left,
	.proitem .hd .col-lg-5 h3,
	.pro1 .e p {
		font-size: 14px;
	}

	.dingzhi {
		padding-top: 20px;
	}

	.liucheng .b h3 a {
		position: static;
		display: block;

	}

	.infobread a.active {
		flex: none;
	}

	.proitem .hd .col-lg-5 {
		padding-left: 10px;
	}

	.proitem .hd h1 {
		font-size: 18px;
	}

	.pro1 dt {
		font-size: 20px;
	}

	.pro1 dd,
	.pro1 .b .flex h4,
	.pro1 .e h4,
	.pro3 th,
	.pro2 .a dt {
		font-size: 16px;
	}

	.pro1 .a {
		height: 400px;
		padding-top: 40px;
	}

	.pro1 .b .flex {
		padding: 10px 0;
	}

	.pro1 .b .flex img {
		width: 50px;
	}

	.pro1 .b .flex p {
		font-size: 12px;
	}

	.pro1 .c,
	.pro1 .d {
		height: auto;
		padding: 30px 0;
	}

	.proitem .hd {
		padding: 20px 0;
	}

	.pro1 .c dl {
		padding: 30px 0 15px;
	}

	.pro1 .c p,
	.pro1 .d p {
		font-size: 14px;
		line-height: 26px;
	}

	.pro1 .d p {
		margin: 10px 0 20px;
	}

	.pro1 .e {
		padding: 20px 0;
	}

	.pro1 .e h4 {
		margin-top: 10px;
	}

	.pro1 .e img {
		margin-top: 10px;
	}

	.pro3,
	.pro3 h4,
	.pro2 .a h4,
	.pro2 .a {
		font-size: 13px;
	}

	.pro3 h4,
	.pro2 .a h4 {
		line-height: 24px;
		margin: 10px 0;
	}

	.pro2 .a .col-lg-25 {
		width: 50%;
		padding-top: 15px;
	}

	.advantge .b .flex {
		display: block;
	}

	.advantge .b .text-right {
		text-align: left;
		padding-bottom: 15px;
	}

	.advantge .b dl {
		margin-top: 10px;
	}

	.dingzhi .left ul {
		padding: 0;
	}

	.dingzhi .right h3 {
		margin-top: 20px;
	}

	.products .a .swiper-button-next {
		right: 0;
	}

	.products .a .swiper-button-prev {
		left: 0;
	}

	.products .a a,
	.products .c .bd .box {
		height: auto;
		padding-bottom: 20px;
	}

	.products .a a {
		margin: 0;
	}

	.products .d,
	.products .b {
		margin-top: 20px;
	}

	.products_info .ft li a {
		margin-right: 10px;
		font-size: 12px;
	}

	.products .d a {
		margin-left: -30px;
	}

	.products .b a img,
	.products .d a img {
		width: 70%;
	}

	.products .c .hd {
		padding: 25px 0 10px;
		font-size: 13px;
	}

	.products .c .bd .pic {
		min-height: 160px;
	}

	.products .c .hd b,
	.rule h3 {
		font-size: 16px;
	}

	.products .c .hd .flex_item a {
		display: none;
	}

	.products .a dl,
	.products .c .bd dl {
		padding-top: 20px;
	}

	.products_info .ft li {
		display: block;
		line-height: 30px;
		font-size: 14px;
	}

	.products_info .ft li span {
		font-weight: bold;
	}

	.products_info .ft {
		margin: 0;
	}

	.products .a a dt,
	.products .c .bd dt,
	.products_info .c .bd a,
	.dingzhi .left .btn,
	.piclist a p {
		font-size: 14px;
	}

	.products_info .c .bd dd {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.products_info .c .bd ul,
	.case_info .bd a p {
		line-height: 20px;
		font-size: 12px;
	}

	.case_info .bd a p {
		height: auto;
	}

	.products_info .a dl,
	.products_info .c .bd dl {
		height: auto;
	}

	.products_info .c .bd,
	.advantge .a {
		padding: 0;
	}

	.advantge .a a {
		padding: 15px 0;
		margin-bottom: 15px;
	}

	.advantge .a a dd {
		height: auto;
		line-height: 22px;
		font-size: 12px;
	}

	.advantge .a a dt {
		font-size: 14px;
	}

	.dingzhi .right .box ul {
		line-height: 40px;
		font-size: 13px;
	}

	.shouhou .title a {
		bottom: 20px;
	}

	.shouhou .d dl {
		padding-top: 10px;
	}

	.homepage .c .video {
		height: 200px;
	}

	.homepage .c .video span,
	.homepage .c .video span:hover {
		width: 70px;
		height: 70px;
		background-size: 100% 100%;
	}

	.modal-dialog {
		width: 90%;
	}

	.aboutus .b {
		margin-top: 30px;
		height: 240px;
		padding-top: 20px;
	}

	.aboutus .b .col-lg-3 {
		border: none;
	}

	.aboutus .b span,
	.aboutus .b b {
		font-size: 24px;
	}

	.aboutus .c .col-lg-25 {
		width: 50%;
	}

	.aboutus .c .box {
		height: 266px;

		overflow: hidden;
	}

	.aboutus .c .last .box {
		padding: 10px;
	}

	.aboutus .c .box dl {
		font-size: 14px;
	}

	.aboutus .c .box.last {
		margin: 0;
	}

	.aboutus .d .swiper-button-next,
	.aboutus .d .swiper-button-prev,
	.shili .swiper-button-next,
	.shili .swiper-button-prev,
	.honer .swiper-button-next,
	.honer .swiper-button-prev {
		width: 30px;
		height: 30px;
		margin-top: -14px;
	}

	.shili .swiper-button-next,
	.shili .swiper-button-prev,
	.honer .swiper-button-next,
	.honer .swiper-button-prev {
		margin-top: -30px;
	}

	.aboutus .d .pd {
		padding: 0 39px;
	}

	.aboutus .d .swiper-button-next:after,
	.aboutus .d .swiper-button-prev:after,
	.shili .swiper-button-next:after,
	.shili .swiper-button-prev:after,
	.honer .swiper-button-next:after,
	.honer .swiper-button-prev:after {
		font-size: 14px;
	}

	.aboutus .d {
		margin-top: 20px;
		height: 420px;
	}

	.shili .c a {
		padding: 15px;
	}

	.shili .c a dt {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.aboutus .d h4 span {
		font-size: 26px;
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
		line-height: 60px;
	}

	.aboutus .d .gallery-thumbs {
		margin: 0;
	}

	.aboutus .e li {
		width: 33.333%;
	}

	.shili .swiper-slide {
		margin: 0;
	}

	.shili .swiper-slide-active,
	.swiper-slide-duplicate-active,
	.shili .swiper-slide-active p,
	.swiper-slide-duplicate-active p {
		transform: scale(1);
	}

	.honer .a .bd .box {
		padding: 0;
	}

	.joinus .bd .flex {
		padding: 0 3px;
		font-size: 12px;
	}

	.joinus .hd {
		font-size: 12px !important;
	}

	.joinus .bd .down {
		padding: 10px;
		font-size: 12px;
	}

	.joinus .bd .flex i {
		display: none;
	}

	.joinus .first {
		width: 20%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.contentus .bd,
	.homepage {
		font-size: 13px;
	}

	.contentus .bd h3,
	.homepage .a dl dt,
	.homepage .b .box dl dt {
		font-size: 15px;
	}

	.homepage .a dl dt {
		line-height: 28px;
	}

	.homepage .a dl {
		height: 55px;
	}

	.index-banwrap {
		height: auto;
	}

	.index-banwrap .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.index-banwrap .swiper-pagination {
		bottom: 10px;
	}

	.homepage .e {
		padding: 0 0 30px;
	}

	.aboutus .c .last.on {
		width: 50%;
	}

	.homepage .c video {
		height: 250px;
	}

	.aboutus .c .box p {
		font-size: 12px;
		line-height: 23px;
	}

	.pro1 .a img {
		width: 30%;
	}

	.proitem .bd .nav-tabs {
		padding-top: 10px;
	}

	.proitem .bd .nav-tabs>li {
		padding-bottom: 10px;
		font-size: 14px;
	}

	.advantge .a a dl {
		padding: 0 10px;
	}

	.case .bd a .pic {
		height: auto;
	}



}

.tips-m{
    text-align: center;
    padding: 10px;
}
.sanhao{
	    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}